summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)/evaluation/page.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-07-01 04:31:01 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-07-01 04:31:01 +0000
commit933589898bb26c1585b0585407e935f10e3be2ab (patch)
tree809d6d9a10052e3be091bf4a9c521f05df5c3559 /app/[lng]/evcp/(evcp)/evaluation/page.tsx
parenta9980dd9f0f53c9c90937947d4514c921ba05f7f (diff)
(최겸) 인포메이선 컴포넌트 테이블 별 추가 완료
Diffstat (limited to 'app/[lng]/evcp/(evcp)/evaluation/page.tsx')
-rw-r--r--app/[lng]/evcp/(evcp)/evaluation/page.tsx11
1 files changed, 7 insertions, 4 deletions
diff --git a/app/[lng]/evcp/(evcp)/evaluation/page.tsx b/app/[lng]/evcp/(evcp)/evaluation/page.tsx
index ead61077..d2b8c67e 100644
--- a/app/[lng]/evcp/(evcp)/evaluation/page.tsx
+++ b/app/[lng]/evcp/(evcp)/evaluation/page.tsx
@@ -19,7 +19,7 @@ import { Badge } from "@/components/ui/badge"
import { PeriodicEvaluationsTable } from "@/lib/evaluation/table/evaluation-table"
import { getPeriodicEvaluations } from "@/lib/evaluation/service"
import { searchParamsEvaluationsCache } from "@/lib/evaluation/validation"
-
+import { InformationButton } from "@/components/information/information-button"
export const metadata: Metadata = {
title: "협력업체 정기평가",
description: "협력업체 정기평가 진행 현황을 관리합니다.",
@@ -132,9 +132,12 @@ export default async function PeriodicEvaluationsPage(props: PeriodicEvaluations
<div className="flex items-center justify-between space-y-2">
<div className="flex items-center justify-between space-y-2">
<div className="flex items-center gap-2">
- <h2 className="text-2xl font-bold tracking-tight">
- 협력업체 정기평가
- </h2>
+ <div className="flex items-center gap-2">
+ <h2 className="text-2xl font-bold tracking-tight">
+ 협력업체 정기평가
+ </h2>
+ <InformationButton pageCode="evcp/evaluation" />
+ </div>
<Badge variant="outline" className="text-sm">
{currentEvaluationYear}년도
</Badge>